<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* CSS Document */
::before,
::after{
    /*选择所有的标签 */
    margin: 0;
    padding: 0;

    /*清除移动端默认的 点击高亮效果*/
    -webkit-tap-highlight-color: transparent;
    /*设置所有的都是以边框开始计算宽度  百分比*/
    -webkit-box-sizing: border-box;/*兼容*/
    box-sizing: border-box;
}
body{
	font-size: 14px;
    color: #efeff4;
	margin:0 auto;
	padding:0;
	background-color:#f0f0f0;
	font-family:"微软雅黑";
}
a{
    color: #333;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
ul,ol{
    list-style: none;
}


/* common css */
.f_left{
    float: left;
}
.f_right{
    float: right;
}
.clearfix::before,
.clearfix::after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

/*[class^="icon_"]{*/
    /*background: url("../images/sprites.png") no-repeat;*/
    /*background-size: 200px 200px;*/
/*}*/

.m_b30{
    margin-bottom:075rem;
}
.m_t30{
    margin-top: 0.75rem;
}
.bd_right{
	border-right: 1px solid #e6e6e6;
}
.bd_left{
	border-left: 1px solid #e6e6e6;
}
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }		
.pd_lr{
	padding: 0 0.75rem;
}	
.bg_color{
	background: #fff;
}
/*公共样式*/

* {
    margin: 0;
    padding: 0;
}
.html {
    font-size: 40px;
}


.m30_top {
    margin-top: 0.75rem;
}

.bd_bottom {
    border-bottom: 1px solid #e5e5e5;
}
.hide{
    display: none;
}

/* 清除浮动 */
.clearBoth {
	clear:both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width:100%;
	height:0px;
	font-size:0;
	overflow:hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height:0;
}
body,
html {
  overflow-x: hidden;
  overflow-y:auto;
}
#header {
  height: 3rem;
  padding: 0 0.7rem;
  position: relative;
  background-color:#b40000;
}
.logo {
  width:7.6rem;
  float:left;
  padding-top:0.45rem;
}
.logo img {
	width:100%;
	vertical-align:top;
}
.header_right {
  width: 1.25rem;
  float:right;
}
.header_right_up {
  width: 100%;
  padding-top:1rem;
}
.header_right_up img {
  width: 1.325rem;
  vertical-align:top;
}
.menu_bj {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.menu {
  width:100%;
  position: absolute;
  z-index: 999;
  top:-30rem;
  bottom:0;
  height:100%;
  left:0;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  opacity: 1;
  visibility: visible;
}
.header_right_up1 {
  text-align: right;
  height:3rem;
  line-height:3rem;
  padding-right: 0.5rem;
}
.header_right_up1 img {
  width: 1.325rem;
  vertical-align:middle;
  background-color:#b40000;
  padding-left:0.2rem;
}
.nav {
  width: 100%;
  background-color: rgba(255,255,255,0.95);
  padding-top:1rem;
}
.nav ul li {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: #d9d9d9 0.025rem solid;
  text-align:center;
  position:relative;
}
.nav ul li a {
  font-family: "微软雅黑", "宋体";
  font-size: 0.75rem;
  color: #000000;
}
.nav ul li a img {
  width: 0.6rem;
  height: 0.65rem;
  position:absolute;
  right:2.2rem;
  top:0.8rem;
}
#foot {
	padding-top:0.75rem;
	padding-bottom:4.2rem;
	text-align:center;
    background-color:#666666;
}
.foot_up{
	text-align:center;	
	font-size:0.65rem;
	color:#ffffff;
	line-height:1.2rem;
}
.foot_up a{
	color:#ffffff;
}
.foot_down{
	padding-top:0.5rem;
	text-align:center;
}
.foot_down_left{
	width:9.25rem;
	float:left;
	text-align:right;
}
.foot_down_left img{
	width:3.875rem;
	vertical-align:top;
}
.foot_down_right{
	width:7.8rem;
	float:right;
	padding-top:1.4rem;
	font-size:0.5rem;
	color:#ffffff;
	text-align:left;
}
.foot_down_right h2{
	font-size:0.65rem;
	color:#ffffff;
	padding-bottom:0.3rem;
}
#bottom{
	width:100%;
	height:3.4rem;
	position:fixed;
	z-index:999;
	left:0;
	bottom:0;
	background-color:#ffffff;
	border-top:#b37f80 0.025rem solid;
}
#bottom ul li{
	float:left;
	width:25%;
	padding-top:0.7rem;
	text-align:center;
}
#bottom ul li a{
	font-size:0.6rem;
	color:#b22222;
}
#bottom ul li img{
	vertical-align:top;
	width:1.25rem;
	margin-bottom:0.2rem;
}























































</pre></body></html>